machine language

英 [məˈʃiːn ˈlæŋɡwɪdʒ] 美 [məˈʃiːn ˈlæŋɡwɪdʒ]

机器语言;计算机语言

计算机经济



双语例句

  1. Stepping through each command and watching how the register and memory values are affected is also a great way to learn the basics of the Intel machine language commands.
    单步执行每个命令并观察寄存器和内存值如何受影响,这也是学习Intel机器语言命令基础知识的理想方法。
  2. P-code is a machine language that is executed in a virtual machine rather than in actual hardware.
    P-code是一种机器语言,运行于虚拟机而不是实际硬件。
  3. Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.
    也许这方面最好和最成功的例子就是编译器,它能够将一个高级语言程序解释成一个与之相当的机器语言的执行程序。
  4. However, high-level languages must be translated into machine language by another program called a compiler before a computer can understand them.
    然而,在计算机能够理解之前,高级语言必须被称之为编译器的另外一种程序翻译成机器语言。
  5. The Tao gave birth to machine language. machine language gave birth to the assembler.
    道生机器语言,机器语言生汇编嚣。
  6. Other programs then translate the instructions into machine language for the computer to use.
    接着将程序翻译成指令成为机器语言,给计算机使用。
  7. Programmers may work in machine language or in assembly languages.
    程序设计人员可能用机器语言或汇编语言来工作。
  8. A compiler translates a programming language to machine language. A machine language consists of primitive operations that a computer can perform directly.
    编译器把程序语言转化成机器语言。机器语言是由计算机可以直接执行的原语操作组成的。
  9. Machine language: A language designed for the direct use by a computer without translation. Also called Machine code.
    机器语言:为电脑直接使用,不需翻译,而设计的语言。亦称机器代码。
  10. A programming language whose instructions are expressed in symbols convenient to humans rather than in machine language.
    不用机器语言而用对人方便的符号表示各种指令的一种编程语言。
  11. In computer programming, sections of assembler, or machine language, embedded into a high level language program.
    在计算机程序设计中,嵌入高级语言程序中的一般汇编语言或机器语言。
  12. The translation of machine language back into mnemonics during debugging.
    在调试期间,将机器语言反译成助记符的翻译过程。
  13. Assembly languages are available for every CPU family, and they translate one line of code into one machine language instruction.
    汇编语言用十每一个CPU家族。他们把一行代码转换成一个机器语言指令。
  14. A single computer instruction that results in a series of instructions in machine language.
    一个单一的计算机指令可引起一系列的机器语言指令。
  15. Computer has many high level languages which mainly can be divided into three sorts& machine language, assemble language and high level language.
    计算机有多种高级语言,但它们中主要有三大类:机器语言、汇编语言和高级语言。
  16. I was involved, for a time, with machine language translation of a lot of that material which was, in those days, somewhat crude but at least it gave us some ideas.
    在那些日子里,我一度纠缠在那些机器语言资料的翻译当中,有点粗糙,但至少它给我们提供了一些想法。
  17. A machine language consists of primitive operations that a computer can perform directly.
    机器语言是由计算机可以直接执行的原语操作组成的。
  18. Translator: A compiler, interpreter or assembler conversion program that translates a high-level language or low-level language into machine language.
    翻译程式:是一个用编译,传译或真译方法的转换程式。它把高阶层语言或低阶层语言翻译为机器语言。
  19. The assembler translates symbolic language into machine language.
    汇编程序把符号语言翻译成机器语言。
  20. In machine language, data and instructions are represented in binary form.
    机器语言里,数据和指令都是用二进制形式表示。
  21. What is meant by a one-to-many relationship when comparing a high-level language to machine language?
    在比较高级语言和机器语言时,一对多关系是什么意思?
  22. Research and Development on Control System and Decision-making System of Robot Soccer; If programmers had to write in machine language, there would be very few programmers.
    足球机器人体系结构研究及决策程序开发如果程序员必须用机器语言编程序的话,那么就几乎没有人能做程序员了。
  23. A program that translates instructions written in a high level programming language into machine language.
    一种把用高级编程语言编写的指令翻译成机器语言的程序。
  24. For some remote systems, the translation of configuration information into machine language.
    对于某些远程系统,将配置信息翻译成机器语言的过程。
  25. We would all be programming in assembly language or even machine language.
    我们就要用汇编语言,甚至要用机器语言去编写程序。
  26. A program written in a language from which statements are translated into machine language.
    用某一语言所写并被翻译成机器语言的程序。
  27. Programmers use assembly languages when it is important to minimize the time it takes to run a program, because the translation from assembly language to machine language is relatively simple.
    当尽量减少程序的运行时间很重要时,程序员就使用汇编语言,因为从汇编语言到机器语言的翻译相对简单。
  28. High-level languages are programming languages that must first be translated into a machine language before they can be understood and processed by a computer.
    高级语言是在计算机能够理解和处理之前必须首先翻译成机器语言的编程语言。
  29. ( computer science) a program that decodes instructions written in a higher order language and produces a machine language program.
    (计算机科学上)用更高命令语言所写的解码指令程序来产出机器语言程序。
  30. High-level language: a computer language that allows the programmer to write software programs using verbs, symbols, and commands rather than machine language.
    高阶层语言(高级语言):容许程式设计员不用机器语言而用动词、符号及指令来精辟软件程式的电脑语言。

英英释义

noun

  1. a set of instructions coded so that the computer can use it directly without further translation

      Synonym:    machine code

    1. a programming language designed for use on a specific class of computers

        Synonym:    computer languagecomputer-oriented languagemachine-oriented language